home *** CD-ROM | disk | FTP | other *** search
- TileScrollView = {
- OUTLETS = {
- addMatrix;
- stubView;
- arrowMatrix;
- Controller;
- };
- SUPERCLASS = ScrollView;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SpreadSheetMgr = {
- ACTIONS = {
- save:;
- addRow:;
- temp:;
- addColumn:;
- addColFunction:;
- readMore:;
- readLess:;
- addRowFunction:;
- open:;
- };
- OUTLETS = {
- spreadView;
- cellMatrix;
- window;
- scrollView;
- spreadSheetBox;
- lineNumberscrollView;
- columnNameMatrix;
- lineNumberMatrix;
- };
- SUPERCLASS = View;
- };
- SpreadView = {
- OUTLETS = {
- cellMatrix;
- lineMatrix;
- };
- SUPERCLASS = View;
- };
- Scroller = {
- OUTLETS = {
- target;
- };
- SUPERCLASS = Control;
- };
- MyScrollView = {
- OUTLETS = {
- spreadView;
- lineMatrix;
- };
- SUPERCLASS = ScrollView;
- };
- MyObject = {
- ACTIONS = {
- appDidInit:;
- };
- SUPERCLASS = Object;
- };
-